home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Your Choice 3
/
Your Choice Software Collection 3.iso
/
prgmming
/
czlist
/
general.frm
< prev
next >
Wrap
Text File
|
1994-07-10
|
1KB
|
63 lines
Version 1.00
BEGIN Form frmGeneral
AutoRedraw = 0
BackColor = QBColor(7)
BorderStyle = 0
Caption = "General"
ControlBox = -1
Enabled = -1
ForeColor = QBColor(0)
Height = Char(7)
Left = Char(10)
MaxButton = -1
MinButton = -1
MousePointer = 0
Tag = ""
Top = Char(7)
Visible = -1
Width = Char(64)
WindowState = 0
BEGIN Frame Frame1
BackColor = QBColor(7)
Caption = ""
DragMode = 0
Enabled = -1
ForeColor = QBColor(0)
Height = Char(7)
Left = Char(0)
MousePointer = 0
TabIndex = 0
Tag = ""
Top = Char(0)
Visible = -1
Width = Char(64)
BEGIN Label Label1
Alignment = 2
AutoSize = 0
BackColor = QBColor(7)
BorderStyle = 2
Caption = "Label1"
DragMode = 0
Enabled = -1
ForeColor = QBColor(0)
Height = Char(3)
Left = Char(1)
MousePointer = 0
TabIndex = 1
Tag = ""
Top = Char(1)
Visible = -1
Width = Char(60)
END
END
END
DEFINT A-Z
SUB Form_Load ()
Left = ((SCREEN.Width - Width) / 2) ' Center form horizontally
Top = ((SCREEN.Height - Height) / 2) ' Center form vertically
END SUB